home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / route110.zip / ROUTE1.DOC < prev    next >
Text File  |  1991-11-01  |  9KB  |  165 lines

  1. ROUTE1  for Microsoft Windows 3.0                release 1.10
  2. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3.  
  4. This file:
  5.  
  6.     I included this standard text file so the users of Route 1 could
  7. get the most out of it.  Read it, ooh baby, read it!
  8.  
  9. Installation:
  10.  
  11.     Copy the 28 included files to any directory you wish, preferrably to
  12. their own directory.  They can be in any directory actually, as long as all
  13. of the files are present and together.  Add Route 1 to a Windows 3.x group, as
  14. you would any other new application, or add Route1 to WIN.INI to load up every
  15. time you start windows, by adding the full path and filename(Route1.EXE) to
  16. the end of the line that begins: "Load = ".  Putting Route 1 in the next line,
  17. the one starting with "Run = ", will do the same, but will minimize Program
  18. Manager upon startup.  I did not include any installation program, because
  19. installation programs never work, and most people don't use them.  So, why
  20. bother?
  21.     Route1 was written in Visual Basic, which means it needs the file
  22. VBRUN100.DLL to be in your Windows directory in order to run.  It can be
  23. downloaded from your local bulletin board, and is usually under the name,
  24. VBRUNDLL.ZIP.  If not, well, sorry.  It should be.
  25.  
  26. About Route1:
  27.  
  28.     The program was inspired by the following two things.  First, I was
  29. brousing through a NeXT brouchure, and thought the vertical icon bar was
  30. cool.  I played around with some of the capabilities of Visual Basic and
  31. Windows to see what something like that would look like.  Second, AppDock
  32. by David Black, a similar implementation, came along, but I didn't like it,
  33. and I thought the idea could be taken much furthur.  So, I wrote Route1.
  34.  
  35. Using Route1:
  36.  
  37.     There's not much too it.  Just install it as described above, and
  38. it should work.  This is the third release, and I have almost all of the
  39. bugs ironed out.  However, I have added many new features, which brings a
  40. few new bugs.  If(when) any are found, they will be fixed and released
  41. probably as version 1.11 or 1.12.  The next major revampment will be under
  42. the name 1.20 or 1.30.
  43.     A maximum of 20 icons is allowed.  This is because any more than 20
  44. icons defeats the purpose of the program, and also won't fit on a 1024 x 768
  45. screen.  Lower resolutions be able to fit fewer, but Route 1 always allows
  46. 20.  If they go off the screen, you can use something like BigDesk, which
  47. creates a virtual desktop four times the current size, and with this, Route 1
  48. is compatable.  
  49.     All functions and options are operational, and there is no stupid
  50. "registration" or "registered version".  If you like it - use it.  That's all.
  51.     To get you started, there are 8 configured icons.  Click on the
  52. uppermost button to access the menu.  It's that simple.  There are twenty-
  53. five hand drawn icons included with this release, all made for Route1.  Some
  54. of them are obviously for use with specific commercial packages, like AmiPro,
  55. Excel, and WordPerfect.  Their inclusion in this package is only for use
  56. with the appropriate package.  My advice is to try out all the options to
  57. see how they work.  I think everything is pretty much self explanatory, so
  58. there is no on-line help, (with two exceptions) which no-one would use
  59. anyway, and just eats up disk space.  The first exception is the About Box,
  60. and the Second is a [?] which tells you briefly what each icon in the icon
  61. bar does.
  62.     3D icons look best, and are recommended, having the form of the
  63. included "BLANK.ICO", but Route1 will accept any valid icon.  Use any good
  64. icon editor to alter a desired icon to conform to Route 1 style; it simply
  65. will look better if they all look similar.  All icons must be in the Route 1
  66. directory.  There is a built in configuration editor, but there's no reason
  67. you can't edit Route1.INI yourself - as long as you have some reasonable idea
  68. of what you're doing.  If you screw up, just delete or rename the file, and
  69. Route1 will create a new Route1.INI file identical to the one that came
  70. with it.
  71.     The Clock is simple enough, just click on it to adjust the system
  72. clock, and Route 1's clock will, of course, reflect the correct time.  To
  73. add the clock to the bar if it isn't already there, simply choose Add
  74. Application, and click on ">Clock".  The four Function Buttons perform the
  75. following tasks:
  76. 1. [<] Launch or run an application.  Press this to browse your disks(ooh),
  77.        and select a program to run.
  78. 2. [^] Colapse Icon Bar.  This simply reduces the icon bar to the control
  79.        button (press it to restore the bar) if you need the desktop space.
  80. 3. [?] Press this and then any other icon or button on the bar to find out
  81.        what it does.  This is useful particularly if you forget what is
  82.        behind one of your customized icons.
  83. 4. [EXIT] This exits Windows by simply closing Program Manager, and if it's
  84.        not there, it probably won't work.  It asks for confirmation, because
  85.        if it didn't, it would be a little to dangerous(ooh).
  86. To add the buttons to the bar if it isn't already there, simply choose Add
  87. Application, and click on ">Buttons".
  88.  
  89. Batch Language:
  90.  
  91.     An simple intrinsic batch language is included in Route 1.  All you
  92. do is include the commands, | and >, in your program name.  
  93.  
  94. | - separate commands.  
  95.         Ex:    NOTEPAD|CONTROL|ZOOMIN
  96.         The above will load the three applications, in order.
  97.  
  98. > - change drive and directory
  99.         Ex:    >C:\WINDOWS\APPS|NOTEPAD
  100.         The above first changes to c:, then \windows\apps, then
  101.         loads notepad in that directory.
  102.  
  103. An appropriate batch, or script, is automatically written when you select an
  104. application with Browse when Adding or Editing an application in Route 1.  Of
  105. Course, you can also write it yourself.  Using the > command is recommended,
  106. because if ommited, (c:\windows\apps\notepad is used instead of above), the
  107. application will load, and be run from the Route 1 directory.
  108.  
  109.  
  110. Included Files:
  111.  
  112.     Route1.EXE - the brilliantly engineered program
  113.     Route1.INI - the configuration file
  114.     Route1.DOC - this file
  115.          *.ICO - 25 handpainted icons made especially for Route1
  116.  
  117. That's all!  I hope you enjoy and use Route1.
  118.  
  119.                     - D. A. Karp
  120.  
  121.                         Internet Address:
  122.                           Daaron@ocf.Berkeley.EDU
  123.  
  124.  
  125.         Release Notes:
  126.  
  127. v1.01 - This version differs from the original v1.00, mostly from bug
  128.     fixes.  I think I got them all, but I'm sure I'll find more.
  129.     When I do, you'll see another release.  Other than that, were
  130.     some superficial changes to streamline the functionality of the
  131.     program, and make it more "perfect" - Ha, Ha.
  132.  
  133. v1.02 - Killed more bugs, and I didn't even use Raid.
  134.  
  135. v1.10 - More Bug fixes.  Altered icon bar to make pressing an icon more
  136.     realistic.  Added hotkey support (see above).
  137.  
  138. Future - Perhaps hotkey support might be added.  Pressing the hotkey, will
  139.     put the icon bar on top of all other windows, since it's hard to get
  140.     at when it's covered.  The hotkey will also restore Route1 when it's
  141.     minimized.  I might create "visual configuration", where the user can
  142.     simply drag icons and program names/paths directly onto the icon bar.
  143.     I might include a pasting application, which will paste the time, or
  144.     the date, or those hard to get foreign characters into the current
  145.     application.  I might make a calander to go with the clock.  I might
  146.     give Route 1 the ability to monitor or even control other applications,
  147.     the Clipboard, and DDE.  Wow - I'll give it a voice and a personality
  148.     to start leading your life for you!  Well...
  149.  
  150.  
  151. Legal stuff, artistic and scientific excuses, and other ramblings:
  152.  
  153.     Although some of the included icons are derivatives or enhancements
  154. of commercial program icons, it is not my intention to distribute any material
  155. that its creator(s) or legal owner(s) would object to.  I will immediately
  156. remove, or alter to their satisfaction, any icon(s) which is brought to my
  157. attention as proprietary in nature and should not be freely distributed.  The
  158. design, look, and feel of the different parts of my program is either purely
  159. of my own invention, or a thorough alteration and combining of what I wished
  160. many other programs should be.  It is also not my intention, to mimmick, or
  161. to lessen the effectiveness of any other software in existance.  I wrote this
  162. program mostly for my own use, and am distributing it for other people to use
  163. strictly for my own satisfaction of making something that someone else finds
  164. useful, or even necessary.
  165.